ComponentOne Basic Library for WPF and Silverlight
C1SelectionManager.IsSelected<T> Delegate


C1.Silverlight Namespace : C1SelectionManager.IsSelected<T> Delegate
The item to get the state
Used to get the current state of an item (selected/unselected).
Syntax
'Declaration
 
Public Delegate Function C1SelectionManager.IsSelected(Of T)( _
   ByVal item As T _
) As System.Boolean
'Usage
 
Dim instance As New C1SelectionManager.IsSelected(Of T)(AddressOf HandlerMethod)
public delegate System.bool C1SelectionManager.IsSelected<T>( 
   T item
)

Parameters

item
The item to get the state

Type Parameters

T

Return Value

True if the item is selected, False otherwise
See Also

Reference

C1SelectionManager.IsSelected<T> Members
C1.Silverlight Namespace